CagdMergeSrfSrf
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
CagdMergeSrfSrf()
SYNOPSIS
cagd_lib/cagdsmrg.c:41
CagdSrfStruct *CagdMergeSrfSrf(CagdSrfStruct *Srf1,
CagdSrfStruct *Srf2,
CagdSrfDirType Dir,
CagdBType SameEdge,
int InterpolateDiscont)
DESCRIPTION
Merges two surfaces in the requested direction Dir.
If SameEdge, it is assumed last edge of Srf1 is identical to first edge
of Srf2 and one row is dropped from new mesh. Otherwise a ruled surface is
fit between the two edges.
PARAMETERS:
Srf1: To connect to Srf1's starting boundary at its end.
Srf2: To connect to Srf2's end boundary at its start.
Dir: Direction the merge should take place. Either U
or V.
SameEdge: If the two surfaces sharea common edge.
InterpolateDiscont: If TRUE, linearly interpolate discontinuity.
FUNCTION RETURN VALUE
CagdSrfStruct *: The merged surface.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:12 GMT, October 17, 2022